home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / InsPaneLayer.nib / data.classes next >
Encoding:
Text File  |  1994-03-08  |  584 bĀ   |  47 lines

  1. InsPaneSize = {
  2.     ACTIONS = {
  3.     nudge:;
  4.     };
  5.     OUTLETS = {
  6.     decOriginX;
  7.     widthField;
  8.     decHeight;
  9.     incOriginY;
  10.     xField;
  11.     decWidth;
  12.     incWidth;
  13.     decOriginY;
  14.     incHeight;
  15.     incOriginX;
  16.     heightField;
  17.     yField;
  18.     };
  19.     SUPERCLASS = InsPane;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. InsPaneLayer = {
  27.     OUTLETS = {
  28.     pageCountFld;
  29.     elementCountFld;
  30.     layerNameFld;
  31.     layerTypeFld;
  32.     };
  33.     SUPERCLASS = InsPane;
  34. };
  35. InsPane = {
  36.     ACTIONS = {
  37.     sendOk:;
  38.     };
  39.     OUTLETS = {
  40.     selection;
  41.     inspector;
  42.     window;
  43.     ourView;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47.